Skip to content

BUG: IntervalArray.__eq__ not deferring to Series #36908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Oct 13, 2020

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Oct 6, 2020

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@TomAugspurger
Copy link
Contributor

This changes the result type of interval_array == series? We'll need a whatsnew for that (1.2).

Looks good otherwise.

@TomAugspurger TomAugspurger added Interval Interval data type Numeric Operations Arithmetic, Comparison, and Logical operations labels Oct 6, 2020
@TomAugspurger TomAugspurger added this to the 1.2 milestone Oct 6, 2020
@jreback
Copy link
Contributor

jreback commented Oct 10, 2020

conflict resolved, merge on green-ish

@jbrockmendel jbrockmendel merged commit 9c202a1 into pandas-dev:master Oct 13, 2020
@jbrockmendel jbrockmendel deleted the cln-arith branch October 13, 2020 16:28
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
* BUG: IntervalArray.__eq__ not deferring to Series

* whatsnew

* post-rebase fixup
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
* BUG: IntervalArray.__eq__ not deferring to Series

* whatsnew

* post-rebase fixup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interval Interval data type Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants